home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-11 / mulread.zip / READ.ME < prev   
Text File  |  1993-01-04  |  816b  |  16 lines

  1.  
  2.         Having seen so many different ways to do Nested reads I thought
  3. I would share my way with the Clipper community.  I call this a Multi_Read,
  4. as we clear all previous reads each time we need to change to some other
  5. Read.  We do our read in a DO WHIL so that we can return to our main read
  6. at any time.  We must redo our gets when we return to our main read so I use
  7. a PROC to do this.  To return to the proper get I use a PROC that test were
  8. we are and keeps looping till its at the right spot.  There is no limit to
  9. the number of reads we can do this way as we are not keeping the Vars from
  10. the Sub reads.  Any comments or suggestions can be sent to RON'S ROS
  11.    (817) 540-4183
  12.                              Ron Lane
  13.  
  14. P.S.  As this is FREE I am in no way responsible for what you do with it.
  15.  
  16.